/*
	Created		2010-03-17
*/


{ page		width="640"	height="320"
}

{ graph		fill_color="0xddddff"	line_color="-1"
			x_pad="10"	y_pad="5"
			antialias="0"
}
{ plot		x_pad="5"	y_pad="5"	line_color="-1"
			antialias="0"
}


{ x_axis		min="0"		max="375"	}
{ y_axis		min="1.25"		max="-1.25"	}


{ plot_x_axis_grid	gap=".25"	line_color="rgb(230,230,230)"	antialias="0"	}


{ plot_x_axis_top	text="Sine Bar Graph"	text_size="20"
				x_justify="0.5"		y_justify="0.5"	y_pad="10"
}

{ plot_x_axis	size="0"	gap="30"	text_size="10"
			x_justify="0.25"		y_pad="5"
			antialias="0"
}
{ plot_y_axis	size="5"	gap="0.25"	text_size="10"
			y_justify="0"		x_pad="5"
			antialias="0"
}

{ plot_x_axis	text="x = degrees"		text_size="14"
			y_pad="0"
}
{ plot_y_axis	text="y = sin(x)"		text_size="14"
			x_pad="0"
}

{ plot_graph_bar	fill_color="0x9999FF"	gap="15"
				sheet="Sine Table"		data="r5c2:r29c2"
				antialias="0"
}


